home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / SBPLY254 / SOURCE.ZIP / SBPLAY.H < prev    next >
Text File  |  1996-12-06  |  2KB  |  25 lines

  1. /***************************************************************************/
  2. /* SBPlay.h  -- Program definitions specific to program version and sound  */
  3. /* card being used.                                                        */
  4. /* Copyright (c) 1996 John A. Ball                                         */
  5. /*                                                                         */
  6. /* This source is available for your own personal use only! You may make   */
  7. /* any changes you wish but please do not distribute modified source code. */
  8. /* Please notify me of any errors or improvements.                         */
  9. /*                                                                         */
  10. /* SBPlay Sound File Utility                                               */
  11. /*                                                                         */
  12. /* by John A. Ball   December 6, 1996                                      */
  13. /***************************************************************************/
  14.  
  15. #define PROGRAM                 "SBPlay"
  16. #define PURPOSE                 " Sound File Player Utility"
  17. #define VERSION                 "SBPlay ver 2.54 by John A. Ball  December 6, 1996"
  18. #define CARD                    "Sound Blaster"
  19. #define COPYRIGHT               "This program may be freely copied and distributed!"
  20. #define OWNER                   "This copy of SBPlay is registered to UNREGISTERED"
  21. #define SERIAL                  "Serial # 254-000000"
  22. #define MINVOLUME 0
  23. #define MIDVOLUME 50
  24. #define MAXVOLUME 100
  25.